Document Solutions for Imaging
GrapeCity.Documents.Imaging.Skia Assembly / GrapeCity.Documents.Imaging.Skia Namespace / GcSkiaImage Class / ToGcBitmap Method / ToGcBitmap(Nullable<Rectangle>) Method
Clipping rectangle to be copied to GrapeCity.Documents.Imaging.GcBitmap.

In This Topic
    ToGcBitmap(Nullable<Rectangle>) Method
    In This Topic
    Creates an instance of the GrapeCity.Documents.Imaging.GcBitmap class from the current GcSkiaImage.
    Syntax
    'Declaration
     
    Public Overloads Function ToGcBitmap( _
       Optional ByVal clipRect As System.Nullable(Of Rectangle) _
    ) As GcBitmap
    public GcBitmap ToGcBitmap( 
       System.Nullable<Rectangle> clipRect
    )

    Parameters

    clipRect
    Clipping rectangle to be copied to GrapeCity.Documents.Imaging.GcBitmap.

    Return Value

    An instance of the GrapeCity.Documents.Imaging.GcBitmap with the image fragment.
    See Also